type github.com/go-faster/errors.printer

5 uses

	github.com/go-faster/errors (current package)
		adaptor.go#L75: 			err = v.FormatError((*printer)(p))
		adaptor.go#L176: type printer state
		adaptor.go#L178: func (s *printer) Print(args ...interface{}) {
		adaptor.go#L184: func (s *printer) Printf(format string, args ...interface{}) {
		adaptor.go#L190: func (s *printer) Detail() bool {